home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d27 / dcopy1.arc / READ.ME < prev    next >
Text File  |  1991-04-17  |  11KB  |  244 lines

  1.                   ///////////////////////////////////////
  2.                  //            DCOPY 1.0              //
  3.                 //    The Intelligent Disk Copier    //
  4.                //                                   //
  5.               //       Blue North Software         //
  6.              ///////////////////////////////////////
  7.  
  8. What is DCOPY?
  9. --------------
  10.  
  11. DCOPY is a program for copying diskettes.  It is a replacement for the
  12. DOS DISKCOPY command, and was written to overcome some of DISKCOPY's
  13. more annoying features.  DCOPY was designed for people with what has
  14. come to be a typical system -- only one drive of a particular media
  15. size.  In these situations, particularly with larger disk capacities
  16. like 1.44 Mb, DISKCOPY involves a very frustrating series of diskette
  17. swaps.  DCOPY overcomes this limitation, and allows you to copy a
  18. diskette with only one swap. DCOPY also gives you the option of making
  19. multiple copies of a diskette with only one read.
  20.  
  21. Here is a summary of DCOPY's features:
  22.  
  23.     - Copy diskettes -- any size to 1.44 Mb -- with one swap
  24.     - Make multiple copies with only one read
  25.     - Error checking to ensure correct copies
  26.     - Progress bars and elapsed timers
  27.  
  28. How does DCOPY work?
  29. --------------------
  30.  
  31. DCOPY works by creating a "swap area" to hold the data that is being
  32. copied.  This swap area is created from a combination of memory and hard
  33. disk space.  ALL memory in your system is used to create the swap area
  34. -- the hard disk is used only as a last resort.  DCOPY first uses all
  35. available conventional memory (memory below the 640K boundary), then it
  36. looks for extended memory (both memory above 1 Mb and memory made
  37. available by HIMEM.SYS).  DCOPY also uses expanded memory made available
  38. by a LIM compatibl e driver, version 3.2 or later.  Finally, DCOPY will
  39. use hard disk space and create a temporary swap file.
  40.  
  41. If the above is confusing and overly technical, don't worry.  DCOPY
  42. knows what it's doing, and it was designed to use your computer's
  43. resources in the most efficient manner available to it.  This does mean
  44. that you will require a hard disk to use DCOPY if you do not have
  45. sufficient memory available.
  46.  
  47. How do I install DCOPY?
  48. -----------------------
  49.  
  50. DCOPY is very easy to install, since there is only one file to worry
  51. about -- DCOPY.EXE.  Simply copy this file into any directory on your
  52. computer's path.
  53.  
  54. If you do not know what a DOS path is, now is the time to learn.  The
  55. DOS path is a statement describing the places DOS will search if it
  56. cannot find a particular program in the current directory.  When you
  57. type a command at the DOS prompt, a complex series of events take
  58. place.  DOS first checks to see if the command is a DOS internal
  59. command, such as DIR, COPY, DEL, etc.  If not, DOS checks the current
  60. directory to see if the command is an external command -- a program
  61. file ending in .COM, .EXE, or .BAT. If DOS cannot find such a program
  62. in the current directory, it begins searching through each directory in
  63. the PATH statement until it finds the command, or reaches the end of
  64. the path.  If DOS reaches the end of the path without finding the
  65. command, it returns the famous "Bad command or file name" message.
  66.  
  67. An example should serve to clarify all of this.  If you wish DOS to
  68. search the root directory, DOS directory, and UTIL directory (you do
  69. have a UTIL directory, don't you?), you wish issue the following PATH
  70. command:
  71.  
  72.   PATH=C:/;C:/DOS;C:/UTIL;
  73.  
  74. Note that each part of the path is seperated from the others by a
  75. semicolon (;).
  76.  
  77. It is accepted practice (and a good idea) to place this path command in
  78. your AUTOEXEC.BAT file so that it will be invoked whenever you start up
  79. your computer.
  80.  
  81. How do I run DCOPY?
  82. -------------------
  83.  
  84. Now that you have installed DCOPY, it is very easy to run it.  Simply
  85. type DCOPY followed by the letter of the drive containing the diskette
  86. you wish to copy.  For example, if you wish to copy a diskette in drive
  87. A:, type the following:
  88.  
  89.   DCOPY A:
  90.  
  91. The DCOPY screen will appear and you will be asked to insert the SOURCE
  92. diskette (the diskette you wish to copy) in the drive you specified and
  93. press any key.  Insert your source diskette and press any key (the space
  94. bar is a good one).  DCOPY will analyze the disk and present some
  95. statisitics about its size in the left panel of the DCOPY screen.  In
  96. the upper right panel of the screen a progress bar will show DCOPY's
  97. progress as it reads the source diskette.  After about ten seconds,
  98. DCOPY will present an estimated time to completion of the read
  99. operation.  An elapsed timer shows how much time has passed.
  100.  
  101. Once the diskette has been completely read, DCOPY will ask you to insert
  102. the TARGET diskette (the diskette you wish to copy to) and press any
  103. key.  Do so, and DCOPY will begin reporting its progress in writing the
  104. diskette.
  105.  
  106. Now is a good time to mention that DCOPY will NOT format a diskette.
  107. You must have a diskette formatted in the correct density for your copy.
  108. DCOPY WILL, however, completley overwrite the contents of the target
  109. diskette, so make sure you insert the correct diskette.
  110.  
  111. Once DCOPY has finished writing the target diskette, it will ask if you
  112. wish to make another copy of the SAME diskette.  If so, you need only
  113. insert another target diskette as, unlike DISKCOPY, DCOPY need not
  114. re-read the source diskette.  If you do not wish to make another copy of
  115. the same diskette, DCOPY will ask if you wish to make a copy of a
  116. different diskette.  If so, the above steps will be repeated.  If not,
  117. DCOPY will exit to DOS.
  118.  
  119. If you simply wish to make a single copy of a single diskette, you can
  120. start DCOPY with a command line option to avoid the questions at the
  121. completion of the copy operation.  The option is "/1", and to invoke you
  122. would type:
  123.  
  124.   DCOPY A: /1
  125.  
  126. You may, of course, substitute the A: for any appropriate drive letter.
  127.  
  128. Is DCOPY free?
  129. --------------
  130.  
  131. No.  DCOPY is not free.  It is not public domain.  It is copywrited by
  132. Blue North Software, and is being distributed under a marketing concept
  133. called shareware.
  134.  
  135. What is Shareware?
  136. ------------------
  137.  
  138. Shareware is a unique marketing concept whereby you get to try software
  139. out before you pay for it.  Many shareware software packages exist,
  140. duplicating most of the commercialy available packages in functionality
  141. and quality.  Shareware is often much less expensive, because shareware
  142. authors don't have the overhead that commercial software concerns have.
  143.  
  144. Basically, once you have acquired a shareware package, you try it out
  145. and see if you like it.  If you do, you send a requested registration
  146. fee to the authors.  This fee usually entitles you to certain additional
  147. considerations, which vary from author to author.  If you do not wish to
  148. continue using the software, you do not need to register it.  You
  149. should, however, stop using it if you do not register it.  Regardless,
  150. the software should be passed along to as many friends as possible,
  151. because this distribu tion is what makes shareware work.
  152.  
  153. How do I register DCOPY?
  154. ------------------------
  155.  
  156. We're glad you asked.  You can register DCOPY by sending a cheque or
  157. money order for $20 to:
  158.  
  159.     Blue North Software
  160.         13112 66th Ave.
  161.     Edmonton, AB CANADA
  162.         T6H 1Y8
  163.  
  164. The file REGISTER.TXT contains a form to assist you in the registration
  165. process.  To print it out, simply issue the following command at the DOS
  166. prompt:
  167.  
  168.   COPY REGISTER.TXT PRN:
  169.  
  170. What are the registration benefits?
  171. -----------------------------------
  172.  
  173. Registered owners of DCOPY are entitled to unlimited technical support,
  174. which is available through any of the following channels:
  175.  
  176.     Compuserve:    71570,1171
  177.         USENET:         ersys!bns@nro.cs.athabascau.ca
  178.     Voice:        (403) 489-9958
  179.     Mail:        the above address
  180.  
  181.  
  182. Due to circumstances beyond our control, voice support is only available
  183. between the hours of 6:00 PM and 10:00 PM MST, Monday to Friday, but
  184. registered owners can leave a message on our nice answering machine, and
  185. we'll get back to them between those hours.  Sorry, but we are unable to
  186. return calls to non-registered users, unless you specifiy that we may
  187. call collect.
  188.  
  189. On registration, you will be placed on our mailing list to receive, at
  190. no cost, the next version of DCOPY.  We plan on adding formatting to
  191. DCOPY, as well as a faster diskette copying mode.  We also plan on
  192. adding support for copying between different media (1.44 Mb to 1.2 Mb,
  193. for example).  You will also receive a list of all of our products, and
  194. notification as new products become available.  Finally, registered
  195. owners will be offered discounts on upcoming Blue North Software
  196. products.
  197.  
  198. Who are these Blue North Software guys?
  199. ---------------------------------------
  200.  
  201. Blue North Software is a small consortium of software developers that
  202. specialize in software products that are easy to use and genuinely
  203. useful.  One of us wants to buy a house; the other wants to go to
  204. University.  We write our code in Turbo Pascal and assembler, under the
  205. sunniest and bluest skies in Canada (shameless Alberta Tourism plug!).
  206. We have other products available, and we're constantly working on more.
  207. All of our products, including the latest version of DCOPY, can be found
  208. on Dave McCrady's fine Waffle board at (403) 454-6093.  We have our own
  209. directory, called BNS, and logging on as GUEST will enable you to
  210. download any of our products.  Check it out!
  211.  
  212. Blue North Software products are also available in the IBM Hardware
  213. Forum on Compuserve (GO IBMHW).  Search for BNS to find them all!
  214.  
  215. Don't these files usually have some kind of disclaimer?
  216. -------------------------------------------------------
  217.  
  218. You bet.  And here's ours:
  219.  
  220. Blue North Software is not responsible for anything.  Nothing.  Zilch.
  221. If you are a registered owner, our warranty extends only to the physical
  222. media we distribute our products on.  Unfortunately, you use our
  223. products at your risk, not ours.
  224.  
  225. Having said all that, we would like to point out that we have tested
  226. DCOPY to the best of our ability.  Tests were conducted with physically
  227. and electronically damaged diskettes, in a variety of situations.  We
  228. don't like to make blanket statements eliminating any responsibility we
  229. might have, but this is a crazy world where the number one corporate
  230. sport seems to be the law suit, and we'd love to avoid all of that.
  231. Finally, we will say that if you find a bug in DCOPY, report it.  We'll
  232. fix it and send you a free update.
  233.  
  234. The last word...
  235. ----------------
  236.  
  237. When all is said and done, we'd like to thank you for trying our
  238. products.  We're sure that you'll have as much fun using them as we did
  239. in writing them.  Remember to look for our other fine products on the
  240. BBS nearest you (what?  You say they're not there?  UPLOAD THEM!).
  241. Finally, if you decide you don't want to register our products, at the
  242. very least pass them along to your friends.  Remember, Shareware works
  243. because YOU make it work.
  244.